STEP 1: Notice that we got you started with a set_stage function. Let's call it in our main function!
- In LOGIC, go to and drag in Main Function underneath the last line of set_stage.
- Then, drag Function Call inside your main function.
- Change my_function() to set_stage() so that we create the graphics for our game.
To navigate the page using the TAB key, first press ESC to exit the code editor.